home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
lib
/
mntlib44.zoo
/
mntlib
/
frwbin.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-10-09
|
332 b
|
12 lines
/*
* this flag controls the behaviour fread/fwrite:
*
* when non-zero, fread/fwrite will not do CR processing
* even for text mode files (ie: ignore file mode).
*
* when zero fread/fwrite is process according to file mode
*
* this file is linked in when the user does not specify the variable.
*/
short __FRW_BIN__ = 0;